Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(core): add quotes around string to command #23056

Conversation

xiongemi
Copy link
Collaborator

@xiongemi xiongemi commented Apr 28, 2024

Current Behavior

Expected Behavior

  • nx run will not have quotes, but underlying command will have
Screenshot 2024-05-23 at 2 07 20 PM Screenshot 2024-05-23 at 2 07 03 PM

Related Issue(s)

Fixes #

@xiongemi xiongemi requested a review from a team as a code owner April 28, 2024 21:35
Copy link

vercel bot commented Apr 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Visit Preview Jun 5, 2024 5:14am

@xiongemi xiongemi force-pushed the feature/nxp-731-run-commands-forwarding-args-is-stripping-quotes-which-can branch 12 times, most recently from f7a073f to fd6872b Compare May 1, 2024 03:47
@xiongemi xiongemi force-pushed the feature/nxp-731-run-commands-forwarding-args-is-stripping-quotes-which-can branch from fd6872b to 33452d3 Compare May 20, 2024 22:34
Copy link
Collaborator

@FrozenPandaz FrozenPandaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add e2e tests as well. in run.test.ts

@xiongemi xiongemi force-pushed the feature/nxp-731-run-commands-forwarding-args-is-stripping-quotes-which-can branch 3 times, most recently from 6759c86 to f68e007 Compare June 4, 2024 18:31
@xiongemi xiongemi force-pushed the feature/nxp-731-run-commands-forwarding-args-is-stripping-quotes-which-can branch from f68e007 to 58b888e Compare June 5, 2024 05:10
@FrozenPandaz FrozenPandaz merged commit bccb2c5 into nrwl:master Jun 5, 2024
6 checks passed
jaysoo pushed a commit that referenced this pull request Jun 6, 2024
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->

<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->

<!-- This is the behavior we have today -->

- nx run will not have quotes, but underlying command will have

<!-- This is the behavior we should expect with the changes in this PR
-->
<img width="524" alt="Screenshot 2024-05-23 at 2 07 20 PM"
src="https://github.com/nrwl/nx/assets/16211801/7c96f884-3c11-4f56-b6b4-b3fd41ac2187">
<img width="471" alt="Screenshot 2024-05-23 at 2 07 03 PM"
src="https://github.com/nrwl/nx/assets/16211801/b6746a25-ebfc-4cb2-ad1d-4f8600782037">

<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants